home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / cpuspe.zip / CPUSPEED.C < prev    next >
C/C++ Source or Header  |  1992-10-30  |  148b  |  13 lines

  1.  
  2.     #include <conio.h>
  3.     #include "cpu.h"
  4.  
  5.  
  6.  
  7.  
  8. void main(void)
  9.     {
  10.     clrscr();
  11.     cprintf("Real CPU speed is %s MHz\n\r",cpuspeed(1,CPU()));
  12.     }
  13.